home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / tri02.form < prev    next >
Text File  |  1995-12-30  |  196b  |  28 lines

  1. Tri02
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-5.0
  6.         x2= 5.0
  7.         y1=-5.0
  8.         y2= 5.0
  9.         bailout=2.0    ; Bailoutvalue
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         f=z-z*c
  18.         z=z/f
  19.         z=z+c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.